home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / scalex.hlp < prev    next >
Encoding:
Text File  |  1989-02-03  |  463 b   |  12 lines

  1. SCALEX (expr);              Determine X axis scaling
  2.  
  3. The SCALEX procedure causes automatic scaling to be done for the X axis
  4. based on the minimum and maximum values for 'expr'.  This procedure is
  5. a faster and more convenient way of doing the following:
  6.  
  7.     XMIN = MIN(expr) & XMAX = MAX(expr);
  8.  
  9. This procedure is normally not necessary; use it only if you are
  10. plotting one variable versus another (i.e. an 'XAXIS = varname;'
  11. statement is in effect).
  12.